This method actually implements the modification of a node data so that it's collection of children node data does not include a given .
Syntax
protected virtual void DeleteChildNodeKey(
,
)
Parameters
- nodedata
- the node data to be modified
- childkey
- the key value of the "child" node data
See Also